The files in the Images directory and its subdirectories  comprise  sets
of images intended to be used for discrete elements in iStripper scenes,
i.e, not used as the the overall setting for a scene just for some items 
that are in it.

In most cases the subdirectories here will be used to group together  a
set of images of items that can be freely substituted for each other in
a scene thereby allowing random selection of the items in a scene.

Currently the following subdirectories of images are provided

   Garden Gnomes
   Garden Plants
   Garden Statues
   Blackboards
   2D Shapes
   Clouds
   Clip Patforms
   Test Tiles

The last of these,  Test Tiles,  contains a small number of images that
have been specialy produced for use when testing some of the shaders in
the library.

The Clip Platforms subdirectory provides images of objects, e.g. sofas,
that can be used as the support surfaces neededfor "table" clips. Refer
to the description file in the Clip Platforms subdirectory for details.

The 2D Shapes subdirectory contains a number of lower level directories
holding sets of images of various basic shapes. Each set should include
one image with hard edges, a few with softer edges and, optionaly, some
with fuzzy edges. For more information refer to the text file in the 2D
shapes directory.

Typicaly a scene file would either reference a specific image by  using
a texture declaration such as

   texture {
      Id: Gnome
      Source: Images/Garden Gnomes/Gnome - 07.png
   }

or else specify a random selection of the image is to be made from  one
of the subdirectories by using a texture declaration such as

   texture {
      Id: Gnomes
      Source: Images/Garden Gnomes/Gnome - 07.png
   }

where the final "/" is optional,  but it emphasises that a directory is
being referenced rather than a specific file.

Note,  in  most  cases the images in each subdirectory all have similar
dimensions, but this can not be guarenteed. It is therefore recommended
that a size: specifier be used for any sprite nodes in the  scene  file
that make use of these images.
